@charset "UTF-8";
:root {
  font-size: 62.5% !important;
}

[class*=show_] {
  display: none;
}

.block {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .hide_1200 {
    display: none !important;
  }
  .show_1200 {
    display: initial;
  }
  .show_1200.block {
    display: block;
  }
  .show_1200.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  br.show_1200 {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .show_992 {
    display: initial;
  }
  .show_992.block {
    display: block;
  }
  .show_992.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hide_992 {
    display: none;
  }
  br.show_992 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .show_768 {
    display: initial;
  }
  .show_768.block {
    display: block;
  }
  .show_768.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hide_768 {
    display: none;
  }
  br.show_768 {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  :root {
    font-size: 60% !important;
  }
  .show_576 {
    display: initial;
  }
  .show_576.block {
    display: block;
  }
  .show_576.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  br.show_576 {
    display: block;
  }
  .hide_576 {
    display: none;
  }
}
.about_story .sub_page_img {
  margin-bottom: 8rem;
}
.about_story .sub_page > h3 {
  position: relative;
  margin-bottom: 30px;
  padding-top: 45px;
  line-height: 1.4;
  color: #000000;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
.about_story .sub_page > h3 span {
  color: #0082ff;
}
.about_story .sub_page > h3::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  width: 41px;
  height: 8px;
  border-radius: 20px;
  background-color: #0082ff;
}
.about_story .sub_page > h6 {
  line-height: 1.4;
  color: #000000;
  font-size: 18px;
  text-align: center;
}
.about_story .sub_page > h6:nth-of-type(2) {
  margin-top: 35px;
}
.about_story .contents_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
  margin-top: 44px;
  margin-bottom: 75px;
}
.about_story .contents_1 .contents_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_story .contents_1 .contents_box > p {
  margin-top: 18px;
  line-height: 1.5;
  color: #000000;
  font-size: 15px;
  text-align: center;
}
.about_story .contents_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  gap: 26px;
}
.about_story .contents_2 .contents_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about_story .contents_2 .contents_box i {
  display: inline-block;
  margin-top: 3.6px;
  margin-right: 22px;
  color: #0082ff;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
}
.about_story .contents_2 .contents_box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 530px;
}
.about_story .contents_2 .contents_box > div p {
  line-height: 1.6;
  color: #000000;
  font-size: 15px;
}
.about_story .contents_2 .contents_box > div p b {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 18px;
}
.about_story .contents_3 {
  position: relative;
  min-width: 850px;
  margin-top: 55px;
  padding-top: 52px;
  border-top: 1px solid #dddddd;
}
.about_story .contents_3::before, .about_story .contents_3::after {
  position: absolute;
  top: 49px;
  content: "";
  width: 33px;
  height: 29px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.about_story .contents_3::before {
  left: 58px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/about/story_quotation_mark_start.png");
}
.about_story .contents_3::after {
  right: 58px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/about/story_quotation_mark_end.png");
}
.about_story .contents_3 > h6 {
  line-height: 1.6;
  color: #000000;
  font-size: 20px;
  text-align: center;
}
.about_story .contents_3 > p {
  margin-top: 32px;
  line-height: 1.6;
  color: #000000;
  font-size: 18px;
  text-align: center;
}
.about_news .search {
  margin: 0 140px 40px 140px;
}
.about_news .no_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 200px;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #ececec;
}
.about_news .no_result p {
  color: #222222;
  font-size: 16px;
}
.about_news .no_result + .table {
  margin-top: 60px;
}
.about_news .sub_page_info p {
  padding-left: 18px;
  font-weight: 400;
}
.about_news .sub_page_info p::before {
  content: "※";
}
.about_news .table.list li:hover {
  background-color: rgba(0, 0, 0, 0.02);
  cursor: pointer;
}
.about_news .table.list li:hover .table_td:nth-of-type(3) {
  font-weight: 700;
}
.about_news .table.list .table_td {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about_news .table.list .table_td:nth-of-type(1) {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 65px;
}
.about_news .table.list .table_td:nth-of-type(1) .notice {
  display: inline-block;
  width: 51px;
  height: 19px;
  line-height: 17px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  background-color: #ff0e5d;
  border-radius: 40px;
}
.about_news .table.list .table_td:nth-of-type(2) {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 80px;
}
.about_news .table.list .table_td:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about_news .table.list .table_td:nth-of-type(4) {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 130px;
}
.about_news .table.list + .table_pagination {
  margin-top: 55px;
}
.about_news .table.list + .btn_wrap {
  margin-top: 55px;
}
.about_news .table.list + .btn_wrap .btn_min {
  width: 174px;
}
.about_news .table.view li:first-of-type {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  min-height: 60px;
  background-color: #f6f6f6;
}
.about_news .table.view li:first-of-type .table_th {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 19px;
  padding-right: 15px;
  padding-bottom: 19px;
  line-height: 1.4;
}
.about_news .table.view li:first-of-type .table_td {
  min-height: initial;
  padding-top: 23px;
}
.about_news .table.view li:nth-of-type(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about_news .table.view .point {
  display: inline-block;
  width: 51px;
  height: 19px;
  line-height: 17px;
  margin-right: 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  background-color: #ff0e5d;
  border-radius: 40px;
}
.about_news .table.view .table_th {
  display: initial;
  width: initial;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
}
.about_news .table.view .table_th .notice {
  display: inline-block;
  width: 51px;
  height: 19px;
  line-height: 17px;
  margin-right: 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  background-color: #ff0e5d;
  border-radius: 40px;
}
.about_news .table.view .table_td {
  width: initial;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  font-size: 13px;
}
.about_news .table.view .table_td span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
}
.about_news .table.view .table_td span::before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 1px;
  height: 11px;
  background-color: #d7d7d7;
}
.about_news .table.view .table_td span:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.about_news .table.view .table_td span:last-of-type::before {
  display: none;
}
.about_news .table.view .table_td .writer {
  color: #222222;
}
.about_news .table.view .table_td .date {
  color: #bbbbbb;
}
.about_news .table.view + .btn_wrap {
  margin-top: 60px;
}
.about_news .table.view + .btn_wrap .btn_min {
  width: 100px;
}
.about_news .btn_wrap {
  margin-top: 60px;
}
.about_news .btn_wrap .btn_min {
  width: 174px;
}
.about_system .sub_page_img {
  margin-bottom: 55px;
}
.about_system .sub_page > h3 {
  position: relative;
  margin-bottom: 70px;
  padding-top: 45px;
  line-height: 1.4;
  color: #000000;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
.about_system .sub_page > h3 span {
  color: #0082ff;
}
.about_system .sub_page > h3::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  width: 41px;
  height: 8px;
  border-radius: 20px;
  background-color: #0082ff;
}
.about_system .sub_page > h6 {
  margin-bottom: 33px;
  line-height: 1.4;
  color: #000000;
  font-size: 20px;
  text-align: center;
}
.about_system .tab_base {
  margin-bottom: 0;
}
.about_system .panel_base {
  margin-bottom: 80px;
}
.about_system .top {
  padding: 115px 50px 115px 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about_system .top.tab1 {
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/about/system_tab1_bg.jpg");
}
.about_system .top.tab2 {
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/about/system_tab2_bg.jpg");
}
.about_system .top.tab3 {
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/about/system_tab3_bg.jpg");
}
.about_system .top.tab4 {
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/about/system_tab4_bg.jpg");
}
.about_system .top h6 {
  margin-bottom: 28px;
  color: #222222;
  font-size: 20px;
  font-weight: 700;
}
.about_system .top p {
  line-height: 1.7;
  color: #222222;
  font-size: 15px;
}
.about_system .box_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.about_system .box_wrapper .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 40px;
  padding: 30px 0;
  border-bottom: 1px solid #dddddd;
}
.about_system .box_wrapper .box:first-of-type {
  padding: 0 0 30px 0;
}
.about_system .box_wrapper .box:last-of-type {
  border-bottom: 0;
}
.about_system .box_wrapper .box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about_system .box_wrapper .box_inner i {
  color: #0082ff;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
}
.about_system .box_wrapper .box_inner h6 {
  margin-top: 13px;
  margin-bottom: 22px;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
}
.about_system .box_wrapper .box_inner p {
  line-height: 1.6;
  color: #222222;
  font-size: 15px;
}
.about_review .sub_page_img {
  margin-bottom: 50px;
}
.about_review .sub_page_info p {
  padding-left: 18px;
  font-weight: 400;
}
.about_review .sub_page_info p::before {
  content: "※";
}
.about_review .search {
  margin: 0 140px 40px 140px;
}
.about_review .review_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.about_review .review_option .input_switch {
  position: relative;
  padding-left: 63px;
}
.about_review .review_option .input_switch::before {
  position: absolute;
  top: 48%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "BEST후기";
  color: #222222;
  font-size: 14px;
}
.about_review .review_option .select_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.about_review .review_option .select_option li {
  width: 120px;
}
.about_review .review_option .select_option li .select option {
  font-size: 13px;
}
.about_review .no_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 200px;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #ececec;
}
.about_review .no_result p {
  color: #222222;
  font-size: 16px;
}
.about_review .no_result + .table {
  margin-top: 60px;
}
.about_review .table.list li:hover {
  background-color: rgba(0, 0, 0, 0.02);
  cursor: pointer;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.about_review .table.list li:hover .title {
  font-weight: 700;
}
.about_review .table.list .table_td_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about_review .table.list .table_td {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about_review .table.list .table_td.row_no {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 65px;
}
.about_review .table.list .table_td.row_no .best {
  display: inline-block;
  width: 51px;
  height: 19px;
  line-height: 17px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  background-color: #0082ff;
  border-radius: 40px;
}
.about_review .table.list .table_td.branch_nm {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 70px;
}
.about_review .table.list .table_td.sub_nm {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 80px;
}
.about_review .table.list .table_td.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about_review .table.list .table_td.title.show_768 {
  display: none;
}
.about_review .table.list .table_td.mem_nm {
  display: block;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 65px;
  padding: 0 5px;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about_review .table.list .table_td.date {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 130px;
}
.about_review .table.view li:first-of-type {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  min-height: 60px;
  background-color: #f6f6f6;
}
.about_review .table.view li:first-of-type .table_th {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 19px;
  padding-right: 15px;
  padding-bottom: 19px;
  line-height: 1.4;
}
.about_review .table.view li:first-of-type .table_td {
  min-height: initial;
  padding-top: 23px;
}
.about_review .table.view li.sub_nm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about_review .table.view .table_th {
  display: initial;
  width: initial;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
}
.about_review .table.view .table_th .best {
  display: inline-block;
  width: 51px;
  height: 19px;
  line-height: 17px;
  margin-right: 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  background-color: #0082ff;
  border-radius: 40px;
}
.about_review .table.view .table_td {
  width: initial;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  font-size: 13px;
}
.about_review .table.view .table_td span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
}
.about_review .table.view .table_td span::before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 1px;
  height: 11px;
  background-color: #d7d7d7;
}
.about_review .table.view .table_td span:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.about_review .table.view .table_td span:last-of-type::before {
  display: none;
}
.about_review .table.view .table_td .review_category {
  color: #222222;
}
.about_review .table.view .table_td .writer {
  color: #bbbbbb;
}
.about_review .table.view .table_td .date {
  color: #bbbbbb;
}
.about_review .table.view + .btn_wrap {
  margin-top: 60px;
}
.about_review .table.view + .btn_wrap .btn_min {
  width: 100px;
}
.about_review .table.write .table_th {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  font-weight: 700;
}
.about_review .table.write .input_text {
  height: 40px;
}
.about_review .table.write + .btn_wrap {
  margin-top: 60px;
}
.about_review .table.write + .btn_wrap .btn_min {
  width: 100px;
}
.about_review .btn_wrap {
  margin-top: 60px;
}
.about_review .btn_wrap .btn_min {
  width: 174px;
}
.about_facility .sub_page_img {
  margin-bottom: 15px;
}
.about_facility .tiny_noti {
  display: block;
  margin-bottom: 23px;
  color: #bbbbbb;
  font-size: 13px;
  text-align: right;
}
.about_facility .tab_base {
  margin-bottom: 80px;
}
.about_facility .subtitle {
  position: relative;
  margin-bottom: 34px;
  padding-top: 45px;
  line-height: 1.4;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.about_facility .subtitle span {
  color: #0082ff;
}
.about_facility .subtitle::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  width: 41px;
  height: 8px;
  border-radius: 20px;
  background-color: #0082ff;
}
.about_facility .subtitle + p {
  margin-bottom: 30px;
  line-height: 1.4;
  color: #222222;
  font-size: 18px;
  text-align: center;
}
.about_facility .box_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 50px;
}
.about_facility .box_wrapper .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #ececec;
}
.about_facility .box_wrapper .box:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about_facility .box_wrapper .box:last-of-type {
  padding-bottom: 60px;
}
.about_facility .box_wrapper .box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 200px;
}
.about_facility .box_wrapper .box_inner h6 {
  margin-bottom: 16px;
  color: #222222;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.about_facility .box_wrapper .box_inner p {
  line-height: 1.6;
  color: #222222;
  font-size: 15px;
  text-align: center;
}
.about_facility .btn_wrap {
  padding-top: 60px;
}
.about_facility .btn_wrap .btn_default {
  width: 380px;
  margin: initial;
  font-size: 18px;
}

@media screen and (max-width: 1200px) {
  .about_story .inner {
    padding: 3rem 1rem 6rem 1rem;
  }
  .about_story .sub_page_img {
    margin-bottom: 8rem;
  }
  .about_story .sub_page_img > img {
    width: 100%;
  }
  .about_story .sub_page > h3 {
    margin-bottom: 3rem;
    padding-top: 4.5rem;
    font-size: 3.5rem;
  }
  .about_story .sub_page > h3::before {
    width: 4.1rem;
    height: 0.8rem;
    border-radius: 2rem;
  }
  .about_story .sub_page > h6 {
    font-size: 1.8rem;
  }
  .about_story .sub_page > h6:nth-of-type(2) {
    margin-top: 3.5rem;
  }
  .about_story .contents_1 {
    gap: 3.5rem;
    margin-top: 4.4rem;
    margin-bottom: 7.5rem;
  }
  .about_story .contents_1 .contents_box > p {
    margin-top: 1.8rem;
    font-size: 1.5rem;
  }
  .about_story .contents_2 {
    margin-top: 5rem;
    gap: 2.6rem;
  }
  .about_story .contents_2 .contents_box i {
    margin-top: 0.36rem;
    margin-right: 2.2rem;
    font-size: 1.8rem;
  }
  .about_story .contents_2 .contents_box > div {
    width: 53rem;
  }
  .about_story .contents_2 .contents_box > div p {
    font-size: 1.5rem;
  }
  .about_story .contents_2 .contents_box > div p b {
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
  }
  .about_story .contents_3 {
    max-width: 95rem;
    min-width: 85rem;
    margin-top: 5.5rem;
    padding-top: 5.2rem;
  }
  .about_story .contents_3::before, .about_story .contents_3::after {
    top: 4.9rem;
    width: 3.3rem;
    height: 2.9rem;
  }
  .about_story .contents_3::before {
    left: 5.8rem;
  }
  .about_story .contents_3::after {
    right: 5.8rem;
  }
  .about_story .contents_3 > h6 {
    font-size: 2rem;
  }
  .about_story .contents_3 > p {
    margin-top: 3.2rem;
    font-size: 1.8rem;
  }
  .about_news .inner {
    padding: 3rem 1rem 6rem 1rem;
  }
  .about_system .inner {
    padding: 3rem 1rem 6rem 1rem;
  }
  .about_system .sub_page_img {
    margin-bottom: 5.5rem;
  }
  .about_system .sub_page_img > img {
    width: 100%;
  }
  .about_system .sub_page > h3 {
    margin-bottom: 7rem;
    padding-top: 4.5rem;
    font-size: 3.5rem;
  }
  .about_system .sub_page > h3::before {
    width: 4.1rem;
    height: 0.8rem;
    border-radius: 2rem;
  }
  .about_system .sub_page > h6 {
    margin-bottom: 3.3rem;
    font-size: 2rem;
  }
  .about_system .panel_base {
    margin-bottom: 8rem;
  }
  .about_system .top {
    padding: 11.5rem 5rem 11.5rem 5rem;
  }
  .about_system .top h6 {
    margin-bottom: 2.8rem;
    font-size: 2rem;
  }
  .about_system .top p {
    font-size: 1.5rem;
  }
  .about_system .box_wrapper .box {
    gap: 4rem;
    padding: 3rem 0;
  }
  .about_system .box_wrapper .box:first-of-type {
    padding: 0 0 3rem 0;
  }
  .about_system .box_wrapper .box_inner i {
    font-size: 1.8rem;
  }
  .about_system .box_wrapper .box_inner h6 {
    margin-top: 1.3rem;
    margin-bottom: 2.2rem;
    font-size: 1.8rem;
  }
  .about_system .box_wrapper .box_inner p {
    font-size: 1.5rem;
  }
  .about_review .inner {
    padding: 3rem 1rem 6rem 1rem;
  }
  .about_review .sub_page_img {
    margin-bottom: 3.3rem;
  }
  .about_review .sub_page_img > img {
    width: 100%;
  }
  .about_review .sub_page_info p {
    padding-left: 1.8rem;
  }
  .about_review .search {
    margin: 0 14rem 4rem 14rem;
  }
  .about_review .review_option {
    margin-bottom: 3rem;
  }
  .about_review .review_option .input_switch {
    padding-left: 6.3rem;
  }
  .about_review .review_option .input_switch::before {
    font-size: 1.4rem;
  }
  .about_review .no_result {
    height: 20rem;
  }
  .about_review .no_result p {
    font-size: 1.6rem;
  }
  .about_review .no_result + .table {
    margin-top: 6rem;
  }
  .about_review .table.list .table_td.row_no {
    width: 6.5rem;
  }
  .about_review .table.list .table_td.row_no .best {
    width: 5.1rem;
    height: 1.9rem;
    line-height: 1.7rem;
    font-size: 1.2rem;
    border-radius: 4rem;
  }
  .about_review .table.list .table_td.sub_nm {
    width: 8rem;
  }
  .about_review .table.list .table_td.branch_nm {
    width: 7rem;
  }
  .about_review .table.list .table_td.mem_nm {
    width: 6.5rem;
    padding: 0 0.5rem;
    line-height: 6rem;
  }
  .about_review .table.list .table_td.date {
    width: 13rem;
  }
  .about_review .table.view li:first-of-type {
    padding: 0 3rem;
    min-height: 6rem;
  }
  .about_review .table.view li:first-of-type .table_th {
    padding-top: 1.9rem;
    padding-right: 1.5rem;
    padding-bottom: 1.9rem;
  }
  .about_review .table.view li:first-of-type .table_td {
    padding-top: 2.3rem;
  }
  .about_review .table.view .table_th .best {
    width: 5.1rem;
    height: 1.9rem;
    line-height: 1.7rem;
    margin-right: 1rem;
    font-size: 1.2rem;
    border-radius: 4rem;
  }
  .about_review .table.view .table_td {
    font-size: 1.3rem;
  }
  .about_review .table.view .table_td span {
    margin-right: 1rem;
    padding-right: 1rem;
  }
  .about_review .table.view .table_td span::before {
    height: 1.1rem;
  }
  .about_review .table.view + .btn_wrap {
    margin-top: 6rem;
  }
  .about_review .table.view + .btn_wrap .btn_min {
    width: 10rem;
  }
  /* .about_review .table.write li:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about_review .table.write li:last-of-type .table_th {
    display: none;
  }
  .about_review .table.write li:last-of-type .table_td {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
  } */
  .about_review .table.write .table_th {
    width: 17rem;
  }
  .about_review .table.write .input_text {
    height: 4rem;
  }
  .about_review .table.write + .btn_wrap {
    margin-top: 6rem;
  }
  .about_review .table.write + .btn_wrap .btn_min {
    width: 10rem;
  }
  .about_review .btn_wrap {
    margin-top: 6rem;
  }
  .about_review .btn_wrap .btn_min {
    width: 17.4rem;
  }
  .about_facility .inner {
    padding: 3rem 1rem 6rem 1rem;
  }
  .about_facility .sub_page_img {
    margin-bottom: 1.5rem;
  }
  .about_facility .sub_page_img > img {
    width: 100%;
  }
  .about_facility .tiny_noti {
    margin-bottom: 2.3rem;
    font-size: 1.3rem;
  }
  .about_facility .tab_base {
    margin-bottom: 8rem;
  }
  .about_facility .subtitle {
    margin-bottom: 3.4rem;
    padding-top: 4.5rem;
    font-size: 3rem;
  }
  .about_facility .subtitle::before {
    width: 4.1rem;
    height: 0.8rem;
    border-radius: 2rem;
  }
  .about_facility .subtitle + p {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
  .about_facility .box_wrapper {
    margin: 0 5rem;
  }
  .about_facility .box_wrapper .box {
    padding: 3rem 0;
  }
  .about_facility .box_wrapper .box:last-of-type {
    padding-bottom: 6rem;
  }
  .about_facility .box_wrapper .box_inner {
    min-height: 20rem;
  }
  .about_facility .box_wrapper .box_inner h6 {
    margin-bottom: 1.6rem;
    font-size: 2.2rem;
  }
  .about_facility .box_wrapper .box_inner p {
    font-size: 1.5rem;
  }
  .about_facility .btn_wrap {
    padding-top: 6rem;
  }
  .about_facility .btn_wrap .btn_default {
    width: 38rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 992px) {
  .about_story .sub_page_img {
    margin-bottom: 4rem;
  }
  .about_story .sub_page > h3 {
    margin-bottom: 2rem;
    padding-top: 4rem;
    font-size: 3rem;
  }
  .about_story .sub_page > h3::before {
    width: 4rem;
    height: 0.8rem;
  }
  .about_story .sub_page > h6 {
    font-size: 1.5rem;
  }
  .about_story .sub_page > h6:nth-of-type(2) {
    margin-top: 2.5rem;
  }
  .about_story .contents_1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem 1.5rem;
    margin-top: 4rem;
    margin-bottom: 7rem;
  }
  .about_story .contents_1 .contents_box {
    width: 17.5rem;
  }
  .about_story .contents_1 .contents_box > p {
    margin-top: 1.3rem;
    font-size: 1.4rem;
  }
  .about_story .contents_2 {
    margin-top: 4rem;
    gap: 2rem;
  }
  .about_story .contents_2 .contents_box i {
    margin-top: 0.36rem;
    margin-right: 1.5rem;
    font-size: 1.5rem;
  }
  .about_story .contents_2 .contents_box > div {
    width: 38rem;
  }
  .about_story .contents_2 .contents_box > div p {
    font-size: 1.2rem;
  }
  .about_story .contents_2 .contents_box > div p b {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }
  .about_story .contents_3 {
    max-width: initial;
    min-width: 41rem;
    margin-top: 5rem;
    padding-top: 5rem;
  }
  .about_story .contents_3::before, .about_story .contents_3::after {
    top: 4.9rem;
    width: 3rem;
    height: 2.9rem;
  }
  .about_story .contents_3::before {
    left: 0;
  }
  .about_story .contents_3::after {
    right: 0;
  }
  .about_story .contents_3 > h6 {
    font-size: 1.6rem;
  }
  .about_story .contents_3 > p {
    margin-top: 3rem;
    font-size: 1.4rem;
  }
  .about_system .tab_base li a {
    font-size: 1.6rem;
  }
  .about_system .box_wrapper .box {
    gap: 2rem;
  }
  .about_system .box_wrapper .box_img {
    width: 38%;
  }
  .about_system .box_wrapper .box_inner i {
    font-size: 1.6rem;
  }
  .about_system .box_wrapper .box_inner h6 {
    font-size: 1.6rem;
  }
  .about_system .box_wrapper .box_inner p {
    font-size: 1.4rem;
  }
  .about_facility .box_wrapper .box_img {
    width: 50%;
  }
  .about_facility .btn_wrap.row.main {
    gap: 1rem;
  }
  .about_facility .btn_wrap.row.main .btn_default {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .about_story .contents_1 .contents_box {
    width: 18.7rem;
  }
  .about_news .search {
    margin: 0 1rem 3rem;
  }
  .about_news .no_result {
    height: 15rem;
  }
  .about_news .no_result p {
    font-size: 1.3rem;
  }
  .about_news .no_result + .table {
    margin-top: 6rem;
  }
  .about_news .sub_page_info p {
    padding-left: 1.8rem;
  }
  .about_news .table.list li {
    position: relative;
    padding: 0.3rem 0 3.2rem 0;
  }
  .about_news .table.list .table_td:nth-of-type(1) {
    display: none;
    width: 5rem;
    min-height: initial;
    margin-top: 1rem;
    margin-left: 0.8rem;
    padding: 0;
  }
  .about_news .table.list .table_td:nth-of-type(1).with_tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about_news .table.list .table_td:nth-of-type(1) .notice {
    width: 5rem;
    height: 1.9rem;
    line-height: 1.7rem;
    font-size: 1.2rem;
  }
  .about_news .table.list .table_td:nth-of-type(2) {
    position: absolute;
    left: 1rem;
    bottom: 1.5rem;
    width: 3.3rem;
    padding: 0;
    padding-right: 1rem;
    min-height: initial;
  }
  .about_news .table.list .table_td:nth-of-type(2)::before {
    position: absolute;
    top: 0.2rem;
    right: 0;
    content: "";
    width: 1px;
    height: 1.1rem;
    background-color: #d7d7d7;
  }
  .about_news .table.list .table_td:nth-of-type(3) {
    min-height: initial;
    padding: 1rem 0 1rem 0;
    font-weight: 700;
  }
  .about_news .table.list .table_td:nth-of-type(3).with_file {
    padding: 1rem 0 1rem 0;
  }
  .about_news .table.list .table_td:nth-of-type(3) .subject_title {
    height: 2rem;
    line-height: 2.1rem;
  }
  .about_news .table.list .table_td:nth-of-type(4) {
    position: absolute;
    left: 5.5rem;
    bottom: 1.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 7rem;
    padding: 0;
    min-height: initial;
    color: #bbbbbb;
    text-align: left;
  }
  .about_news .table.list + .table_pagination {
    margin-top: 3rem;
  }
  .about_news .table.list + .btn_wrap {
    margin-top: 3rem;
  }
  .about_news .table.list + .btn_wrap .btn_min {
    width: 17rem;
    font-size: 1.3rem;
  }
  .about_news .table.view li:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1rem;
    min-height: 6rem;
  }
  .about_news .table.view li:first-of-type .table_th {
    padding-top: 2rem;
    padding-right: 0;
    padding-bottom: 1.9rem;
  }
  .about_news .table.view li:first-of-type .table_td {
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .about_news .table.view .th .notice {
    width: 5rem;
    height: 1.9rem;
    line-height: 1.7rem;
    font-size: 1.2rem;
  }
  .about_news .table.view .table_td {
    font-size: 1.3rem;
  }
  .about_news .table.view + .btn_wrap {
    margin-top: 3rem;
  }
  .about_news .table.view + .btn_wrap .btn_min {
    width: 10rem;
    font-size: 1.3rem;
  }
  .about_news .btn_wrap {
    margin-top: 3rem;
  }
  .about_news .btn_wrap .btn_min {
    width: 17.4rem;
  }
  .about_system .sub_page > h3 {
    margin-bottom: 6rem;
    padding-top: 3.6rem;
    font-size: 2.8rem;
  }
  .about_system .sub_page > h3::before {
    width: 4rem;
    height: 0.7rem;
  }
  .about_system .sub_page > h6 {
    font-size: 1.8rem;
  }
  .about_system .tab_base li a {
    font-size: 1.4rem;
  }
  .about_system .panel_base {
    margin-bottom: 6rem;
  }
  .about_system .top {
    padding: 8rem 3rem 8rem 3rem;
  }
  .about_system .top h6 {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
  }
  .about_system .top p {
    font-size: 1.4rem;
  }
  .about_system .box_wrapper .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 2rem 0;
  }
  .about_system .box_wrapper .box:first-of-type {
    padding: 0 0 2rem 0;
  }
  .about_system .box_wrapper .box_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .about_system .box_wrapper .box_inner {
    width: 100%;
  }
  .about_system .box_wrapper .box_inner i {
    font-size: 1.6rem;
  }
  .about_system .box_wrapper .box_inner h6 {
    margin-top: 1.3rem;
    margin-bottom: 2.2rem;
    font-size: 1.6rem;
  }
  .about_system .box_wrapper .box_inner p {
    font-size: 1.4rem;
  }
  .about_review .sub_page_img {
    margin-bottom: 3rem;
  }
  .about_review .sub_page_info {
    padding: 2rem 1rem;
  }
  .about_review .sub_page_info p {
    padding-left: 1.8rem;
    line-height: 1.4;
    font-size: 1.3rem;
  }
  .about_review .search {
    margin: 0 1rem 3rem;
  }
  .about_review .search .input_text {
    height: calc(4rem - 2px);
  }
  .about_review .review_option {
    margin-bottom: 3rem;
  }
  .about_review .review_option .input_switch {
    padding-left: 5.8rem;
  }
  .about_review .review_option .input_switch::before {
    font-size: 1.4rem;
  }
  .about_review .review_option .select_option li {
    width: 10rem;
  }
  .about_review .review_option .select_option li option {
    font-size: 1.1rem;
  }
  .about_review .no_result {
    height: 15rem;
  }
  .about_review .no_result p {
    font-size: 1.3rem;
  }
  .about_review .no_result + .table {
    margin-top: 6rem;
  }
  .about_review .table.list li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    padding: 0.3rem 0 3.2rem 0;
  }
  .about_review .table.list .table_td_wrap {
    position: absolute;
    left: 1rem;
    bottom: 1.5rem;
    min-height: initial;
  }
  .about_review .table.list .table_td_wrap .table_td {
    position: relative;
    padding: 0;
    min-height: initial;
    color: #bbbbbb;
    width: 5.6rem;
  }
  .about_review .table.list .table_td_wrap .table_td:not(.date, .mem_nm) {
    color: #000;
  }
  .about_review .table.list .table_td_wrap .table_td:not(.date)::before {
    position: absolute;
    top: 0.2rem;
    right: 0;
    content: "";
    width: 1px;
    height: 1.1rem;
    background-color: #d7d7d7;
  }
  .about_review .table.list .table_td_wrap .table_td.mem_nm {
    line-height: 1.3rem;
    width: 5.1rem;
  }
  .about_review .table.list .table_td_wrap .table_td.date {
    width: 7.2rem;
  }
  .about_review .table.list .table_td.row_no {
    display: none;
    width: 5rem;
    min-height: initial;
    margin-top: 1rem;
    margin-left: 0.8rem;
    padding: 0;
  }
  .about_review .table.list .table_td.row_no.with_tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about_review .table.list .table_td.row_no .best {
    width: 5rem;
    height: 1.9rem;
    line-height: 1.7rem;
    font-size: 1.2rem;
  }
  .about_review .table.list .table_td.title {
    min-height: initial;
    padding: 1rem 0 1rem 0;
    font-weight: 700;
  }
  .about_review .table.list .table_td.title.show_768 {
    display: block;
  }
  .about_review .table.list .table_td.title.hide_768 {
    display: none;
  }
  .about_review .table.list .table_td.title .subject_title {
    height: 2rem;
    line-height: 2.1rem;
    width: 100%;
  }
  .about_review .table.view li:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1rem;
    min-height: 6rem;
  }
  .about_review .table.view li:first-of-type .table_th {
    padding-top: 2rem;
    padding-right: 0;
    padding-bottom: 1.9rem;
  }
  .about_review .table.view li:first-of-type .table_td {
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .about_review .table.view .table_th .best {
    width: 5rem;
    height: 1.9rem;
    line-height: 1.7rem;
    font-size: 1.2rem;
  }
  .about_review .table.view .table_td {
    font-size: 1.3rem;
  }
  .about_review .table.view + .btn_wrap {
    margin-top: 3rem;
  }
  .about_review .table.view + .btn_wrap .btn_min {
    width: 10rem;
  }
  .about_review .table.write .table_th {
    width: 7rem;
    min-height: 6rem;
  }
  .about_review .table.write .input_text {
    height: 4rem;
  }
  .about_review .table.write + .btn_wrap {
    margin-top: 3rem;
  }
  .about_review .table.write + .btn_wrap .btn_min {
    width: 10rem;
  }
  .about_review .btn_wrap {
    margin-top: 3rem;
  }
  .about_review .btn_wrap .btn_min {
    width: 17rem;
  }
  .about_facility .sub_page_img {
    margin-bottom: 1rem;
  }
  .about_facility > .tiny_noti {
    margin-bottom: 3rem;
    font-size: 0.9rem;
  }
  .about_facility .tab_base {
    margin-bottom: 6rem;
  }
  .about_facility .tab_base li a {
    font-size: 1.4rem;
  }
  .about_facility .subtitle {
    margin-bottom: 3rem;
    padding-top: 3rem;
    font-size: 2.5rem;
  }
  .about_facility .subtitle::before {
    width: 4rem;
    height: 0.6rem;
  }
  .about_facility .subtitle + p {
    margin-bottom: 3rem;
    font-size: 1.5rem;
  }
  .about_facility .box_wrapper {
    margin: 0 auto;
  }
  .about_facility .box_wrapper .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 0 0 0;
  }
  .about_facility .box_wrapper .box:last-of-type {
    padding-bottom: 0;
  }
  .about_facility .box_wrapper .box:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about_facility .box_wrapper .box_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .about_facility .box_wrapper .box_inner {
    min-height: 15rem;
  }
  .about_facility .box_wrapper .box_inner h6 {
    margin-bottom: 1rem;
    font-size: 1.9rem;
  }
  .about_facility .box_wrapper .box_inner p {
    font-size: 1.3rem;
  }
  .about_facility .btn_wrap.row.main .btn_default {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  .about_story .sub_page_img {
    margin-bottom: 4rem;
  }
  .about_story .sub_page > h3 {
    margin-bottom: 2rem;
    padding-top: 2rem;
    font-size: 2.4rem;
  }
  .about_story .sub_page > h3::before {
    width: 3rem;
    height: 0.6rem;
  }
  .about_story .sub_page > h6 {
    font-size: 1.2rem;
  }
  .about_story .sub_page > h6:nth-of-type(2) {
    margin-top: 2rem;
  }
  .about_story .contents_1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem 1.5rem;
    margin-top: 4rem;
    margin-bottom: 7rem;
  }
  .about_story .contents_1 .contents_box {
    width: calc(50% - 0.75rem);
  }
  .about_story .contents_1 .contents_box > p {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
  .about_story .contents_2 {
    margin-top: 4rem;
    gap: 2rem;
  }
  .about_story .contents_2 .contents_box i {
    margin-top: 0.36rem;
    margin-right: 1rem;
    font-size: 1.4rem;
  }
  .about_story .contents_2 .contents_box > div {
    width: 30.3rem;
  }
  .about_story .contents_2 .contents_box > div p {
    font-size: 1.2rem;
  }
  .about_story .contents_2 .contents_box > div p b {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }
  .about_story .contents_3 {
    min-width: initial;
    margin-top: 5rem;
    padding-top: 5rem;
  }
  .about_story .contents_3::before, .about_story .contents_3::after {
    top: 4.9rem;
    width: 2.5rem;
    height: 2.9rem;
  }
  .about_story .contents_3 > h6 {
    font-size: 1.4rem;
  }
  .about_story .contents_3 > p {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
  .about_news .search {
    margin: 0 1rem 3rem;
  }
  .about_news .search .input_text {
    height: calc(4rem - 2px);
  }
  .about_news .no_result {
    height: 15rem;
  }
  .about_news .no_result p {
    font-size: 1.3rem;
  }
  .about_news .no_result + .table {
    margin-top: 6rem;
  }
  .about_news .sub_page_info p {
    padding-left: 1.8rem;
  }
  .about_news .table.view li:first-of-type .table_th .notice {
    width: 4.7rem;
    height: 1.8rem;
    line-height: 1.6rem;
    font-size: 1.1rem;
  }
  .about_news .table.view .table_td {
    font-size: 1.2rem;
  }
  .about_news .table.view + .btn_wrap .btn_min {
    width: 10rem;
    font-size: 1.2rem;
  }
  .about_news .btn_wrap .btn_min {
    width: 17rem;
  }
  .about_system .sub_page > h3 {
    margin-bottom: 3rem;
    padding-top: 3rem;
    font-size: 2.1rem;
  }
  .about_system .sub_page > h3::before {
    width: 4rem;
    height: 0.7rem;
  }
  .about_system .sub_page > h6 {
    font-size: 1.6rem;
  }
  .about_system .tab_base li a {
    font-size: 1.2rem;
    letter-spacing: -0.1rem;
  }
  .about_system .panel_base {
    margin-bottom: 6rem;
  }
  .about_system .top {
    padding: 6rem 1rem 6rem 1rem;
  }
  .about_system .top h6 {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
  }
  .about_system .top p {
    font-size: 1.3rem;
  }
  .about_system .box_wrapper .box_inner i {
    font-size: 1.6rem;
  }
  .about_system .box_wrapper .box_inner h6 {
    margin-top: 1.3rem;
    margin-bottom: 2.2rem;
    font-size: 1.6rem;
  }
  .about_system .box_wrapper .box_inner p {
    font-size: 1.2rem;
    letter-spacing: -0.1rem;
  }
  .about_review .sub_page_img {
    margin-bottom: 3rem;
  }
  .about_review .sub_page_info {
    padding: 2rem 1rem;
  }
  .about_review .sub_page_info p {
    padding-left: 1.8rem;
    line-height: 1.4;
    font-size: 1.3rem;
  }
  .about_review .search {
    margin: 0 1rem 3rem;
  }
  .about_review .review_option {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1rem;
  }
  .about_review .review_option .input_switch {
    margin-top: 1rem;
    padding-left: 0;
  }
  .about_review .review_option .input_switch::before {
    left: initial;
    right: -5.8rem;
    font-size: 1.3rem;
  }
  .about_review .review_option .select_option {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    margin-bottom: -30px;
  }
  .about_review .review_option .select_option li select {
    height: 3rem;
  }
  .about_review .no_result {
    height: 15rem;
  }
  .about_review .no_result p {
    font-size: 1.3rem;
  }
  .about_review .no_result + .table {
    margin-top: 6rem;
  }
  .about_review .table.view li:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1rem;
    min-height: 6rem;
  }
  .about_review .table.view li:first-of-type .table_th {
    padding-top: 2rem;
    padding-right: 0;
    padding-bottom: 1.9rem;
  }
  .about_review .table.view li:first-of-type .table_td {
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .about_review .table.view .table_th .best {
    width: 5rem;
    height: 1.9rem;
    line-height: 1.7rem;
    font-size: 1.2rem;
  }
  .about_review .table.view .table_td {
    font-size: 1.3rem;
  }
  .about_review .table.view + .btn_wrap {
    margin-top: 3rem;
  }
  .about_review .table.view + .btn_wrap .btn_min {
    width: 10rem;
  }
  .about_review .table.write {
    margin-bottom: 1rem;
  }
  .about_review .table.write .table_th {
    width: 7rem;
  }
  .about_review .table.write .input_text {
    height: 4rem;
  }
  .about_review .table.write .select.w250 {
    width: 100% !important;
  }
  .about_review .table.write + .btn_wrap {
    margin-top: 3rem;
  }
  .about_review .table.write + .btn_wrap .btn_min {
    width: 10rem;
  }
  .about_review .btn_wrap {
    margin-top: 3rem;
  }
  .about_review .btn_wrap .btn_min {
    width: 17rem;
  }
  .about_facility .tab_base {
    margin-bottom: 6rem;
  }
  .about_facility .tab_base li {
    height: 5rem;
  }
  .about_facility .tab_base li a {
    font-size: 1.4rem;
  }
  .about_facility .subtitle {
    padding-top: 2rem;
    font-size: 2rem;
  }
  .about_facility .subtitle::before {
    width: 3rem;
    height: 0.6rem;
  }
  .about_facility .subtitle + p {
    font-size: 1.7rem;
  }
  .about_facility .box_wrapper .box_inner {
    min-height: 15rem;
  }
  .about_facility .box_wrapper .box_inner h6 {
    font-size: 1.8rem;
  }
  .about_facility .box_wrapper .box_inner p {
    font-size: 1.2rem;
  }
  .about_facility .btn_wrap.row.main .btn_default {
    height: 5rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 359px) {
  .about_story {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about_story .sub_page_img {
    margin-bottom: 3rem;
  }
  .about_story .sub_page > h3 {
    font-size: 2rem;
  }
  .about_story .sub_page > h3::before {
    width: 2.8rem;
    height: 0.5rem;
  }
  .about_story .sub_page > h6 {
    font-size: 1.1rem;
  }
  .about_story .contents_1 {
    gap: 2rem 1rem;
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
  .about_story .contents_1 .contents_box {
    width: calc(50% - 0.5rem);
  }
  .about_story .contents_1 .contents_box > p {
    font-size: 1.1rem;
  }
  .about_story .contents_2 {
    gap: 1.5rem;
  }
  .about_story .contents_2 .contents_box i {
    margin-top: 0.26rem;
    margin-right: 1rem;
    font-size: 1.3rem;
  }
  .about_story .contents_2 .contents_box > div {
    width: 23.5rem;
  }
  .about_story .contents_2 .contents_box > div p {
    font-size: 1rem;
    letter-spacing: -0.1rem;
  }
  .about_story .contents_2 .contents_box > div p b {
    margin-bottom: 0.2rem;
    font-size: 1.3rem;
  }
  .about_story .contents_3 {
    margin-top: 5rem;
    padding-top: 5rem;
  }
  .about_story .contents_3::before, .about_story .contents_3::after {
    top: 4rem;
    width: 2rem;
    height: 2.9rem;
  }
  .about_story .contents_3::before {
    left: 0;
  }
  .about_story .contents_3::after {
    right: 0;
  }
  .about_story .contents_3 > h6 {
    font-size: 1.2rem;
  }
  .about_story .contents_3 > p {
    margin-top: 2rem;
    font-size: 1rem;
  }
  .about_system .sub_page > h3 {
    margin-bottom: 3rem;
    padding-top: 3rem;
    font-size: 1.6rem;
  }
  .about_system .sub_page > h3::before {
    width: 3rem;
    height: 0.6rem;
  }
  .about_system .sub_page > h6 {
    font-size: 1.4rem;
  }
  .about_system .tab_base li a {
    font-size: 1.2rem;
    letter-spacing: -0.1rem;
  }
  .about_system .panel_base {
    margin-bottom: 6rem;
  }
  .about_system .top {
    padding: 6rem 1rem 6rem 1rem;
  }
  .about_system .top h6 {
    line-height: 1.4;
  }
  .about_system .top p {
    font-size: 1.1rem;
  }
  .about_system .box_wrapper .box_inner i {
    font-size: 1.5rem;
  }
  .about_system .box_wrapper .box_inner h6 {
    margin-top: 0.7rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
  .about_system .box_wrapper .box_inner p {
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=about.css.map */